PED
Diameter of a circle that has the same perimeter as the region of interest.
🔎 ROI options and parameters of ped
accessor
PED represents a diameter of a circle that has the same perimeter as the particle image. Similarly to EQPC it is used to evaluate ROI's sizes albeit from its perimeter and not surface.
The formula is simple:
In ImageJS PED is a ROI class accessor that returns a diameter in pixels:
const pedResult = roi.ped;